home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / lang / Python16.lha / Python-1.6 / Lib / Python1.6 / test / output / test_pyexpat < prev    next >
Encoding:
Text File  |  2000-03-31  |  759 b   |  32 lines

  1. test_pyexpat
  2. PI:
  3.     xml-stylesheet href="stylesheet.css"
  4. Comment:
  5.     ' comment data '
  6. Notation declared: ('notation', None, 'notation.jpeg', None)
  7. Unparsed entity decl:
  8.     ('unparsed_entity', None, 'entity.file', None, 'notation')
  9. Start element:
  10.     root {}
  11. NS decl:
  12.     myns http://www.python.org/namespace
  13. Start element:
  14.     http://www.python.org/namespace!subelement {}
  15. Character data:
  16.     'Contents of subelements'
  17. End element:
  18.     http://www.python.org/namespace!subelement
  19. End of NS decl:
  20.     myns
  21. Start element:
  22.     sub2 {}
  23. Start of CDATA section
  24. Character data:
  25.     'contents of CDATA section'
  26. End of CDATA section
  27. End element:
  28.     sub2
  29. External entity ref: http://www.python.org/namespace=http://www.w3.org/XML/1998/namespace external_entity None entity.file None
  30. End element:
  31.     root
  32.